module Base {

    item DungareesDOWN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Overalls,
        ClothingItem = DungareesDOWN,
        BodyLocation = Pants,
        IconsForTexture = OverallsDenim;OverallsDenimBlack;OverallsDenimDark;OverallsDenimGrey;OverallsDenimLightWash,
        BloodLocation = Trousers,
        RunSpeedModifier = 0.95,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.65,
        WindResistance = 0.5,
        FabricType = Denim,
        WaterResistance = 0.20,
        WorldStaticModel = Dungarees_Ground,
	Tags = RipClothingDenim,
    }
	
       item Trousers_DenimTUCK
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Jeans,
        ClothingItem = Trousers_DenimTUCK,
        BodyLocation = Pants,
        IconsForTexture = TrousersDenimBlue;TrousersDenimBlack;TrousersDenimLightBlue;TrousersDenimLightBlue;TrousersDenimBlack;GreyJeans;TrousersDenimBlue;TrousersDenimLightBlue,
        BloodLocation = Trousers,
        BiteDefense = 10,
        ScratchDefense = 20,
        RunSpeedModifier = 0.98,
        Insulation = 0.7,
        WindResistance = 0.55,
        FabricType = Denim,
        WorldStaticModel = Trousers_Ground,
	Tags = RipClothingDenim,
    }
   
    item Trousers_JeanBaggyTUCK
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Baggy Jeans,
        ClothingItem = Trousers_JeanBaggyTUCK,
        BodyLocation = Pants,
        BloodLocation = Trousers,
       IconsForTexture = TrousersDenimBlue;TrousersDenimBlack;TrousersDenimLightBlue;TrousersDenimLightBlue;TrousersDenimBlack;GreyJeans;TrousersDenimBlue;TrousersDenimLightBlue,
        RunSpeedModifier = 0.98,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.60,
        WindResistance = 0.65,
        FabricType = Denim,
        WorldStaticModel = Trousers_Ground,
	Tags = RipClothingDenim,
    }
   }